home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / creator.arc / ADVDEMO.ADV next >
Encoding:
Text File  |  1985-08-28  |  989 b   |  49 lines

  1. This is the header portion of the input text/
  2.  
  3. GET,0
  4. DROP,0
  5. GO,0
  6. OPEN,0
  7. UNLOCK,0
  8. EXAMINE,0
  9.  
  10. ANY,0
  11. NORTH,0
  12. SOUTH,0
  13. EAST,0
  14. WEST,0
  15. UP,0
  16. DOWN,0
  17. KEY,1
  18. DOOR,2
  19.  
  20. 1 The KEY to SUCCESS,1,1,1,A highly ornamented golden key/
  21. 2 An Oaken Door,1,255,0,An Iron bound door with a lock under the handel/
  22. 3 An Oak Door,0,255,0,A door with a lock under the handel/
  23.  
  24. 1
  25. 1 The start room,0,0,1,0,0,0,This is the room in which you start/
  26. 2 The goal room,0,1,0,2,0,0,This is the goal of the quest/
  27.  
  28. 1 you hear a slithering noise./
  29. 2 the lock creaks  turns  and opens./
  30. 3 you cant open an unlocked door./
  31. 4 you cant open a locked door./
  32. 5 Its a perfectly ordinary
  33. 6 /
  34. 7 You dont have a key./
  35. 8 I see no
  36. 9 AN ORNATE GOLDEN KEY./
  37. 10 AN OAK DOOR./
  38.  
  39. RAND 25 MSGX 1 .
  40.  
  41. UNLOCK DOOR INRX 1 HASX 1 XINY 2 1 X<>Y 2 3 MSGX 2 ELSE MSGX 7 .
  42. OPEN DOOR INRX 1 NCRX 3 P2RX 2 ELSE MSGX 4 .
  43. EXAMINE KEY AVLX 1 MSGX 9 ELSE MSGX 8 .
  44. EXAMINE DOOR INRX 1 MSGX 10 ELSE MSGX 8 .
  45.  
  46. Remark
  47.  
  48.  
  49.